Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية

Size: px
Start display at page:

Download "Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية"

Transcription

1 Introduction to Computers Computer Science Department 101COMP حال - 3 للكليات العلمية )الطب, الهندسة, الحاسب, العلوم, ادارة األعمال, اللغة االنجليزية( 1

2 1.1 What is Computer? Computer is a programmable, electronic device that accepts data as input, performs processing on that data, and give outputs and stores the results. 2

3 What does a Computer Do? Computers can perform four general operations: Input : Entering the Data Processing : Operation on that data Output : Giving the result on display Storage : Save the data 3

4 1.2 What is Hardware? Hardware is the physical parts of a computer system. Examples: Keyboard Mouse Monitor Printer 4

5 Examples of Hardware Monitor (output) Speaker (output) System unit Printer (output) (processor, memory ) Storage devices Scanner (input) Keyboard (input) Mouse (input) (CD-RW, Floppy, Hard disk, zip, ) 5

6 1.3 What is Software Software is the instructions, also called computer programs, that tell a computer what it should do. 6

7 Types of Software Software The Instruction also called computer program, which tell computer what to do. System Software The Program that allow a computer to operate collectively. All Operating system Windows, XP, Vista Linux, Unix Application Software The Program design to perform specific task. MS Office Photoshop Internet Explorer 7

8 1.3.1 System Software The programs that allow a computer to operate collectively are know as system software. Examples: All operating systems. Windows 7, Vista, XP LINUX, UNIX 8

9 1.3.2 Application Software Application software consists of programs designed to allow people to perform specific task. Examples: MS Office (Word, Excel, Access..) Photoshop Internet explorer 9

10 1.4. Types of Computer Users End Users A person who uses the computer to obtain information. Programmer A person whose job is to write, maintain, and test computer programs. 10

11 1.5 Different types of computers Six basic categories of computers Embedded computers Mobile devices Personal computers Midrange servers Mainframe computers Super computers 11

12 1.5.1 Embedded Computers A tiny computer embedded or fixed into a product and designed to perform specific tasks. Examples: Washing machine Microwave Televisions Cars 12

13 1.5.2 Mobile Devices A very small device with some type of Internet capability. Examples: Smart phones Smart watches Handheld gaming devices Portable digital media players 13

14 1.5.3 Personal Computer A computer system designed to be used by one person at a time. Examples: Desktop Pcs Portable computers 14

15 Desktop PC 15

16 Portable Computers 16

17 1.5.4 Midrange Server A medium-sized computer used to host programs and data for a small network. Example: Small Office. 17

18 1.5.5 Mainframe Computer A powerful computer used by several large organizations to manage large amounts of data. Examples: Hospitals. Universities. Banks. Government offices 18

19 1.5.6 Supercomputer Super computer is the fastest, most expensive, most powerful type of computer. Examples: Satellites Weather forecast Oil exploration Scientific research 19

20 Question & Answers What is Computer? What Computer Operations? What is Hardware & Examples? What is Software? Types of Software & Examples? Types of Computer User? Types of Computers? 20

21 2.1 Data Types Data Text Number Image Audio Video Multimedia: The information that contains text, number, images, audio, and video. 21

22 2.2 Data inside the computers Bit : A bit is the smallest unit of data that can be stored in a computer. It is either 1 or 0. Bit Pattern : A string or group of bits is called bit pattern. Example: Byte : A group of 8 bits is called Byte. Example:

23 Data Storage Unit 1 Byte = 8 Bits KB (Kilobyte) = 1024 Bytes MB (Megabyte) = 1 Million Bytes GB (Gigabyte) = 1 Billion Bytes TB (Terabyte) = 1 Trillion Bytes 23

24 2.4 Representing Data Text: A piece of Text is sequence of symbols. Text Representation: 1. ASCII(American Standard Code for Information Interchange): It used 7 bit and has 128 symbols. 2. Extended ASCII: It used 8 bit and has 128 symbols. 3. EBCDIC (Extended Binary Code for Decimal Interchange Code): It used 8 bit and has 256 symbols. 4. Unicode: It used 16 bit and has 65,000 symbols. 5. ISO (International Standard Organization) : It used 32 bit and has 4 Billion symbols 24

25 Text Representation Text Bits Symbols ASCII American Standard Code for Information Interchange Extended ASCII EBCDIC Extended Binary Code for Decimal Interchange Code Unicode 16 65,536 ISO International Standard Organization 32 4 Billion 25

26 2.3.2 Numbers Numbers are represented using the binary system in the computer. A sequence of 0 and 1 represents a number. 26

27 2.3.3 Image Images are represented in a computer by one of two methods. Image Bitmap Graphic Vector Graphic 27

28 Types of Image: 1. Bitmap Graphic : An image is divided into a matrix of pixels, each color pixel is represented its binary code. 2. Vector Graphic : An image is decomposed into a combination of curves and lines, it is represented by a mathematical formula. 28

29 2.4.5 Audio & Video Audio: The analog signal is sampled, the sample are quantized & quantized value are change to binary code. Sample means measuring the value of signal at equal intervals Quantization means assigning a value to a sample Video: Video are set of sequential images called Frames. 29

30 3. Number systems Number system is a way of representing number. Examples: 1. Binary number 2. Decimal number 3. Octal number 4. Hexadecimal number 30

31 3.1 Binary number Binary number represents all numbers using just 2 symbols (0 and 1) Examples: 0 and 1 31

32 3.2 Decimal number Decimal number represents all numbers using 10 symbols (0-9) Examples:

33 3.3 Octal number Octal number is based on 8 symbols and represented in 3 bit pattern. Examples: : Octal Bit Pattern Octal Bit Pattern

34 3.4 Hexadecimal number Hexadecimal number is based on 16 symbols and represented in 4 bit pattern. Examples: A B C D E F Hexadecimal. Bit Pattern Hexadecimal. Bit Pattern A B C D E F

35 Number System Number System Symbols Example Binary Number 2 0 & 1 Decimal Number 10 0,1,2,3,4,5,6,7,8,9 Octal Number 8 0,1,2,3,4,5,6,7 Hexa Decimal Number 16 0,1,2,3,4,5,6,7,8,9, A,B,C,D,E,F 35

36 4. Conversion Decimal number to Binary number Binary number to Decimal number 36

37 4.1 Decimal to Binary conversion Question : Convert Decimal number 35 to Binary number Question : (35) 10 = ( ) 2 Examples: Answer : (35) 10 = ( ) 2 37

38 4.1 Exercises 1 Question : Convert Decimal number 55 to Binary number Question : (55) 10 = ( ) 2 Examples: Answer : (55) 10 = ( ) 2 38

39 4.1 Exercises 2 Question : Convert Decimal number 49 to Binary number Question : (49) 10 = ( ) 2 Examples: Answer : (49) 10 = ( ) 2 39

40 4.2 Binary to Decimal conversion Question : Convert Binary number Decimal number Question : (100011) = ( ) 2 10 Examples: Binary Number x x x x x x Position value = 35 Answer : (100011) = ( 35 )

41 4.2 Exercise Question : Convert Binary number Decimal number Question : (110001) = ( ) 2 10 Examples: Binary Number x x x x x x Position value = 49 Answer : (110001) = ( 49 )

42 5. Types of Memory RAM (Random Access Memory ) SRAM (Static Random Access Memory) DRAM (Dynamic Random Access Memory) ROM (Read Only Memory) PROM (Programmable Read Only Memory) EPROM (Erasable Programmable Read Only Memory) 42

43 Memory Chart Memory RAM It is Volatile memory Information Delete if Computer Power OFF ROM It is Non-Volatile memory Information store permanently SRAM DRAM PROM EPROM It uses Flip-Flop Gate to hold Data. It is Fast It is Expensive It uses Capacitors to hold Data. It is Slow It is Cheaper It s a memory chip Where Program written once cannot be change. It remain Forever. It s a special PROM where Program can be change by Ultra violet light. It can be Re-program 43

44 5.1 RAM (Ramdom Access Memory) RAM is a volatile memory means the information is erased or deleted, if the computer is powered down or Off. 44

45 Types of RAM: SRAM (Static Ramdom Access Memory) It s uses the flip flop gates (a gate with two states: 0 and 1) to hold data. SRAM is fast but expensive. DRAM (Dynamic Ramdom Access Memory) It s uses capacitors. If capacitor charged, the state is 1, else 0 for holding data. DRAM is slow but cheaper. 45

46 5.4 ROM (Read Only Memory) ROM is a non-volatile memory in which data or programs have been permanently stored. 46

47 5.5 Types of ROM PROM(Programmable Read Only Memory): PROM is a memory chip on which data can be written only once, it remains there forever. EPROM(Erasable Programmable Read Only Memory): EPROM is a special type of PROM that can erased data by exposing it to ultraviolet light and it can be re-programmed. 47

48 6. Secondary Storage Devices Types of Storage Devices: 1. Floppy Disk 2. Hard Disk 3. Optical Disc a) CD Compact Disc b) DVD Digital Versatile Disc 4. Flash Memory System a) Flash Memory Card b) USB Flash Drive 48

49 6.1 Floppy Disk Floppy disk is a low-capacity storage removable disk made of plastic for saving up to 3.5 MB. 49

50 6.2 Hard Disk Hard Disk is a high-capacity storage device that consists of one or more metal magnetic disks permanently seal in it drive. 50

51 6.3 Optical Disc & its types Optical disc is a medium-capacity of storage disc that read and write by using a Laser beam. 1) CD (Compact Disc) : CD is an optical disc with a typical storage capacity of 650 MB. 2) DVD (Digital Versatile Disc) : DVD is an optical disc with a typical storage capacity of 4.7 GB. 51

52 6.4 Flash Memory Systems Flash memory system is a storage system that uses flash memory media. 52

53 6.5 Flash Memory Cards Flash memory cards is a small, rectangular shape storage device that uses flash memory media. 53

54 6.6 USB Flash Drives USB (Universal Serial Bus) is a small storage device that plugs into computer USB slot and contains flash memory media. 54

55 6. Secondary Storage Devices Storage Device Capacity Range or Size Floppy Disk Low 3.5 MB Hard Disk High 250 GB to 1 Tera Bytes CD Medium 650 MB DVD Medium 4.7GB Flash Memory Card High 256 MB to 64 GB USB Flash Drive High 256 MB to 64 GB 55

56 7. Input Devices Keyboard Mouse Electronic Pen Scanners Readers Touch Screen 56

57 7.1 Keyboard Keyboard is an input device containing numerous keys that can be used to input letters, numbers, and other symbols. 57

58 7.2 Mouse Mouse is a common pointing input device that user slides on a flat surface. 58

59 7.3 Electronic Pen Electronic pen is an input device that is used to write electronically on the display screen. 59

60 7.4 Scanners Scanner is an input device that reads text and graphics and transfers them to a computer in digital form. Examples : Flatbed Scanners Handheld Scanners 60

61 7.5 Readers Readers are input device that can read different types of code and marks. 61

62 7.5.1 Types of Readers 1. Barcode readers: It is an input device that reads barcode documents. 2. RFID (Radio Frequency Identification) 3. OMR (Optical Mark Reader) 4. OCR (Optical Character Recognition) 5. MICR (Magnetic Ink Character Recognition) 6. Biometric readers 62

63 Types of Readers 2. Radio Frequency Identification (RFID) Readers: A technology used to store and transmit data located in RFID tags. 3. OMR (Optical Mark Reader):- It is input device that read data from special forms for score or tally exams marks result. 4. OCR (Optical Character Recognition):-It is an input device that recognize handwritten or typed characters. 5. MICR (Magnetic Ink Character Recognition):- It is a technology used primarily by the banking industry to for checking process. 6. Biometric Reader:- It is an input device that read biometric data such as (Fingerprint, Hand or face geometry, voice or signature etc..) 63

64 7.6 Touch Screen Touch screen is an input device with the display screen that is touched with the finger to issue commands. 64

65 8.1 Output Devices Display Device: An output device that contains a viewing screen. Types of Display Devices: Monitor: It is an output device for a desktop or Personal Computer. Display Screen: It is an display device built into a notebook, handled PC, Laptop or other devices. 65

66 Display Device Characteristics Pixel: The smallest colorable area on the display device. Color vs. Monochrome Displays: Monochrome Display: It display each pixel in one of the 2 color that is Black or White. Color Display: It display each pixel in combination of 3 color that is Red, Green & Blue (RGB). CRT Monitor vs. Flat Panel: CRT Monitor: (Cathode Ray Tube): A display device that uses electronic gun & Cathode tube for displaying the image. Flat Panel: A Display device that uses electronically charged chemical or gases for displaying the image. 66

67 Display Device Characteristics Types of Flat Panel: 1. LCD (Liquid Crystal Display): A flat panel display device that uses Charged Liquid Crystal to display image. 2. OLED (Organic Light Emission Diode): A flat panel display device that uses emissive organic material to display brighter & Sharper image. 3. Plasma: A flat panel display device that uses layer of gases to display image. Projector: A display device that projects all computer data, output on a wall or projector screen. Screen Resolution: The number of pixel displayed in inch is called Screen Resolution. 67

68 Printers: It is an output device that produces output on paper Types of Printers: Printer Name Laser printer Ink-jet printer Photo printer Barcode printer Portable Printer Plotter Definition It uses toner powder to print image on paper. It spray ink to produce image on paper. It print digital photos. It print barcode documents. It is small hand held printer to carry out for printing. It prints large documents such as Blue print & Maps. 3D Printer It print three dimensional image for prototype. 68

69 69

70 Printers Characteristics: Printing Technology: Impact Printer: A printer that actually strikes or touch the paper to transfer ink to produce image. Example: Dot Matrix Printer Non Impact Printer: A printer usually produce high quality image without touching or striking the paper. Example: Laser Printer & Ink Jet Printer Color vs Black & White Printer: Color Printer: It uses blue, red & yellow color ink to produce color image. It is Expensive. Black & White Printer: It uses only Black color ink to produce image. It is cheap. 70

71 Printers Characteristics: Personal & Network Printer: Personal Printer: The printer that is uses by one computer for printing. Network Printer: The printer that uses or share by number of computers for printing. Print Resolution: The number of dots per inch (dpi) is called Print Resolution. Print Speed: It measured by pages per minutes (ppm). Connection Options: Printers may be connected to LPT1 port, USB or Wi-Fi. 71

72 Audio Output: Audio Output: It is the output from of voice or music. Different types of Audio Output Device: Speaker: It is an Output devices that produce sound. Headphone: A personal audio output device used by individual to hear sound, it has built in microphone called headsets. Communication between CPU and Input/Output devices 72

73 What are the technology of connecting CPU and Input/Output ( I/O ) Units? USB (Universal Serial Bus ) SCSI (Single Computer Serial Input ) Fire wire CPU (Central Processing Unit): The chip located inside the system unit of a computer that performs the processing for a computer. ALU (Arithmetic Logic Unit) FPU (Floating Point Unit) CU (Control Unit) 73

74 Hardware details 74

75 9.1 Algorithm Algorithm is a step by step method for solving a problem or doing a task. Examples: (Sum two numbers) Input: two numbers Step1: Add two numbers Step2: Return the result of step 1 End 75

76 9.2 Flowchart Flowchart is a pictorial and graphical representation of an algorithm. Example : (Sum of two numbers) 76

77 9.2 Flowchart continued Start Input A,B Sum=A+B Print Sum Stop 77

78 9.3 Pseudo code Pseudo code is an English like representation of an algorithm. Example : Begin input x input y sum = x + y print sum End 78

79 10.1 Machine Language Machine language is a binary-based language, that the computer can run directly. Instruction are in the forms of binary number such as 0 & 1. Example: The only language understood by a computer is machine language. 79

80 10.2 Assembly Language A special program called assembler that is use to translate symbolic code into machine language, known as assembly language. Example: A=00001 B=00010 C=

81 10.3 High Level Language High level languages are portable to many different computers. Example : C, C++,C#, Java. Compilation:- In High level languages, symbolic code {A,B} must be convert to machine language {0001,0010}. This process of conversion is called compilation. 81

82 Summary of Computer Languages HIGH MIDDLE High Level Language use complier for conversion of symbols to machine language. Ex:- C++,Java Assembly Language uses special program assemblers, for conversion of symbols to machine language. LOW Machine language is base on Binary Number. Computer understand only machine language. Ex:

83 11.1 What is Network Network is a collection of computers and other hardware devices that are connected together to share hardware, software, and data. Benefits of Network: 1. Share resources (Printers) 2. Access Internet 3. Exchange Data & Documents 83

84 11.2 Types of Networks LAN (Local Area Network) MAN (Metropolitan Area Network) WAN (Wide Area Network) 84

85 LAN (Local Area Network) LAN is a network that connects devices located in a small geographical area, such as a home, office building, or school. Computers are connected via cables in LAN 85

86 MAN (Metropolitan Area Network) MAN is a network designed to serve a metropolitan area such as a city or country. Computers are connected via wireless MANs 86

87 WAN (Wide Area Network) WAN is a network that connects devices located in a large geographical area such as world. Computers are connected via wireless in WAN 87

88 Types of Networks: Network Types Definition Example LAN (Local Area Network) MAN (Metropolitan Area Network) WAN (Wide Area Network) LAN is a network designed to work for small area, such as Home, School & Office, MAN is a network designed to work for medium or metropolitan cities area. WAN is a network designed to work for Large area such as world STC Modem for Home STC Internet Provider WWW: World Wide Web internet 88

89 11.3 Internet and benefits Internet:- The largest computer network, linking millions of computers all over the world. Benefits of Internet: Web Browsing Chatting and Entertainment Communication & business 89

90 12.1 Operating System Operating system is a collection of programs that manage and coordinate the activities within a computer system. Note: Operating System serves as an intermediary between the user & computer. Example of Operating system: 90

91 What are benefits/ operations of operating system? 1. Boot Process: Start up computer and load operating files into the memory. 2. User interface: Translates the user instruction to control hardware and feedback it to the user. 3. File management: Keeping track of the files stored on a PC so that they can be retrieved when needed. 4. Memory management: Optimizing (Minimize) the use of main memory (RAM). The operating system allocates RAM to programs as needed. 91

92 12.3 Types of Operating System User Interfaces. Command Line Interface GUI (Graphical User Interface) Operation System User Interface Command Line Interface Graphical User Interface Definition A user interact by command from keyboard with the computer. A user interact by graphics with the computer. Examples DOS (Disk Operating System) Linux Unix Windows XP, Vista Apple MAC 92

93 Command line Interface A user interface in which commands are typed on a keyboard. Examples: DOS (Disk Operating System) LINUX UNIX 93

94 GUI (Graphical User Interface) A graphically based interface allows a user to communicate with computer easily by graphic. Examples of GUI: 1.Microsoft Windows Windows vista Windows XP Windows 7 2.Apple macchntosk (MAC ) Has a high level of multimedia functions and connectivity IOS of Apple iphone. 94

Arithmetic/logic Unit (ALU)

Arithmetic/logic Unit (ALU) 3D Printer Arithmetic/logic Unit (ALU) Barcode Barcode Printer Barcode Reader Biometric Reader BIOS (Basic input/output system) Bit Bus Bus Interface Unit A printer that uses molten plastic during a series

More information

Homeschool Enrichment. Input & Output

Homeschool Enrichment. Input & Output Homeschool Enrichment Input & Output Overview This chapter covers: Different types of keyboards and pointing devices Types of scanners, readers, and digital cameras What audio input is Types of display

More information

What is the typical configuration of a computer sold today? 1-1

What is the typical configuration of a computer sold today? 1-1 What is the typical configuration of a computer sold today? 1-1 Computer Hardware Components In this chapter: How did the computer become known as the stored-program computer? Do they all have the same

More information

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

INFORMATION SYSTEM PARTS AND COMPUTER TYPES INFORMATION SYSTEM PARTS AND COMPUTER TYPES PARTS OF INFORMATION SYSTEM People are end users who use computers to make themselves more productive. Hardware refers to the physical components of your computer

More information

Chapter 2 Computer Hardware

Chapter 2 Computer Hardware Chapter 2 Computer Hardware Learning Objectives LO2.1: Understand how data is represented to a computer LO2.2: Identify the parts inside the system unit LO2.3: Explain how the CPU works LO2.4: Describe

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 2: Computer Concepts (Part A) Lecturer: Objectives Hardware Concepts Types of Computer Components of a Computer System Computer Performance

More information

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software All the parts--monitor, printer, hard drive, etc.-- cables, cabinets, and programs that make a computer

More information

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data.

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data. CHAPTER 1 Overview COMPUTER Programmable devices that can store, retrieve, and process data. COMPUTER DEVELOPMENTS- Smaller size - processors (vacuum tubes -> transistors ->IC chip) Microprocessor - miniaturized

More information

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti

SECTION 2 (Part B) Types And Components Of Computer Systems. Sophia Pratzioti SECTION 2 (Part B) Types And Components Of Computer Systems 2 Hardware & Software Hardware: is the physical parts of the computer system the part that you can touch and see. Hardware can be either external

More information

Input: is any data or instructions that are used by a computer.

Input: is any data or instructions that are used by a computer. 1 What is input? Input: is any data or instructions that are used by a computer. Input devices: are hardware used to translate words, sounds, images, and actions that people understand into a form that

More information

An Overview of the Computer System. Kafui A. Prebbie 24

An Overview of the Computer System. Kafui A. Prebbie 24 An Overview of the Computer System Kafui A. Prebbie -kafui@kafui.com 24 The Parts of a Computer System What is a Computer? Hardware Software Data Users Kafui A. Prebbie -kafui@kafui.com 25 The Parts of

More information

Chapter Three. Hardware Basics: Peripherals

Chapter Three. Hardware Basics: Peripherals Chapter Three Hardware Basics: Peripherals After reading this chapter, you should be able to: List examples of input devices and explain how they can make it easier to get different types of information

More information

INTRODUCTION TO COMPUTERS

INTRODUCTION TO COMPUTERS INTRODUCTION TO COMPUTERS When we talk about computers, we really are talking about a Computer System. Computer System: It is a combination of Hardware and Software. This combination allows a computer

More information

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 2 Chapter Topics Functions of a computer Data versus information Bits and bytes Input devices Output devices Processing Storage

More information

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts Types of Data Data Represented by PE 231 Education Media AND Technology Alphanumeric data Image data Audio data Numbers, letters, and other characters Graphic images or pictures Sound, noise, tones Video

More information

Chapter 1. Computer Fundamentals-I

Chapter 1. Computer Fundamentals-I 1. Input Devices: Chapter 1. Computer Fundamentals-I The devices which are used to input the data and the programs in the computer are known as "Input Devices" or Input device can read data and convert

More information

Ch. 1: Computer System part I

Ch. 1: Computer System part I Chapter 1 Computer System Ch. 1: Computer System part I Benjamas Panyangam 2013 Revision by Suphakit Awiphan Ph.D. Adapted for English Section by Kittipitch Kuptavanich And Prakarn Unachak Computer Classification

More information

Full file at

Full file at Exam Name Full file at https://fratstock.eu MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) is data that has been organized or presented in a meaningful

More information

Identify Components of the. Motherboard

Identify Components of the. Motherboard Identify Components of the Chipset Motherboard Collection of chips that work together to provide the switching circuitry needed to move data throughout the computer 2013 Pearson Education, Inc. Publishing

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 Input Input is any data entered into the computer s memory

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound).

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). ELECTRONIC COMPUTERS THEN AND NOW Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). In the Past (i.e., during

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Inside the Computer System Copyright 2012 Pearson Education,

More information

COMPUTER HARDWARE RAYMOND ROSE

COMPUTER HARDWARE RAYMOND ROSE COMPUTER HARDWARE RAYMOND ROSE LEARNING OUTCOMES 1.1 Identify types of computer how they process information, and the purpose and function of different hardware components. Understanding the computer and

More information

Angel International School - Manipay 1 st Term Examination November, 2015 ICT

Angel International School - Manipay 1 st Term Examination November, 2015 ICT Grade 07 Angel International School - Manipay 1 st Term Examination November, 2015 ICT I. Underline the correct answer. Duration: 2 Hours Index No:- 1) Components of a computer CPU are (a) ALU, CU (b)

More information

Introduction to Computers. Joslyn A. Smith

Introduction to Computers. Joslyn A. Smith Introduction to Computers Joslyn A. Smith March 9, 2010 5/18/2011 1 What is a Computer? An electronic device that has the capability of performing the following tasks: Responds to input. Processes the

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 7 Input/Output and Storage 2006 Prentice-Hall, Inc Slide 2 What You Will Learn About ü The purpose of special keys and

More information

Chapter 4: Input and Output Devices

Chapter 4: Input and Output Devices Chapter 4: Input and Output Devices Learning Objectives 1. Explain the purpose of a computer keyboard and the types of keyboards widely used today. 2. List several different pointing devices and describe

More information

Computer Technology Flash Card 2

Computer Technology Flash Card 2 Computer Technology Flash Card 2 Mouse An input device that allows the user to manipulate objects on the screen by moving the mouse along the surface of a desk. Data Refers to the symbols that represent

More information

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop HALF YEARLY EXAMINATION 2016/2017 MARKING SCHEME Year 9 ICT TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 Global Mark Max. Mark 10 12 26 8 16 6 13 5 4 100 Mark

More information

Terminology, Types of Computers & Computer Hardware

Terminology, Types of Computers & Computer Hardware Terminology, Types of Computers & Computer Hardware Basic Terminology 1.Computer A device that accepts input, processes data, stores data, and produces output, all according to a series of stored instructions.

More information

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT

PARTS OF THE COMPUTER. 2nd ESO IES CAP DE LLEVANT PARTS OF THE COMPUTER 2nd ESO IES CAP DE LLEVANT 1. COMPUTING OR INFORMATION TECHNOLOGY The branch of engineering science that studies (with the aid of computers)the procedure of calculating and information

More information

Lesson 1: Computer Concepts

Lesson 1: Computer Concepts Lesson 1: Computer Concepts Learning Objectives After studying this lesson, you will be able to: Identify the basic parts of a computer system Describe the difference between random access memory and storage

More information

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

Question Bank. Fundamentals Of Computer FYBCA (SEM - I) Question Bank Fundamentals Of Computer FYBCA (SEM - I) 1) Choose the appropriate option (1 Marks Questions) 1) COBOL is an example of level language. a) low level b) middle level c) high level d) both

More information

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them) Computers are useful machines, but they are generally useless by themselves. Computers are usually part of a system a computer system includes: Hardware (machines) Software (programs, applications) Communication

More information

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

Defining Computers. Defining Computers. Understanding Essential Computer Concepts Understanding Essential Computer Concepts Defining Computers A high-speed idiot must be told exactly what to do by humans and programs step-by-step instructions An electronic device that accepts input,

More information

Input output and memory devices

Input output and memory devices Input output and memory devices One marks 1. What is cache memory The very high speed memory present between CPU and RAM 2. Expand the term OCR Optical Character Recognition (Recognizer) 3. Expand the

More information

Chapter 2: Computers: The Machines Behind Computing.

Chapter 2: Computers: The Machines Behind Computing. Chapter 2: Computers: The Machines Behind Computing. TRUEFALSE 1. Computers perform all tasks using a combination of arithmetic and logical operations. 2. Fourth-generation languages (4GLs) are also called

More information

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

Intentionally Blank 0

Intentionally Blank 0 Intentionally Blank 0 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 1 Understanding Your Computer: Computers are Data Processing Devices Perform four major functions Input:

More information

Computer Hardware. Lect 3: Input / System Unit/Output & Storage

Computer Hardware. Lect 3: Input / System Unit/Output & Storage Computer Hardware Lect 3: Input / System Unit/Output & Storage 1 Input Devices: Giving Commands Input is any data or instructions that are entered into a computer. An input device is a type of hardware

More information

Chapter 2: A Closer Look at Hardware and Software

Chapter 2: A Closer Look at Hardware and Software Understanding Computers in a Changing Society, 3 rd Edition Chapter 2: A Closer Look at Hardware and Software Learning Objectives Understand how data is represented to a computer. Identify several types

More information

Chapter One. Introduction to Computer System

Chapter One. Introduction to Computer System Principles of Programming-I / 131101 Prepared by: Dr. Bahjat Qazzaz -------------------------------------------------------------------------------------------- Chapter One Introduction to Computer System

More information

ST. MARY S COLLEGE FORM 4

ST. MARY S COLLEGE FORM 4 Term 1 Week 1 Week 2 FUNDAMENTALS OF HARDWARE AND SOFTWARE 1. The generalpurpose computer system 2. Functions of the major hardware components of a computer system 3. Functions and uses of primary storage

More information

Q1. Briefly describe the characteristic features of input and output devices of a computer system.

Q1. Briefly describe the characteristic features of input and output devices of a computer system. Q1. Briefly describe the characteristic features of input and output devices of a computer system. Answer-> Characteristic of input and output devices of a computer system: Input Devices: An input device

More information

Lesson 5 Computer Hardware

Lesson 5 Computer Hardware Computer Hardware Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 Objectives Describe how a computer represents data. Identify system components for input and output. Define input

More information

Chapter 1. Computer System Organization

Chapter 1. Computer System Organization Chapter 1 Computer System Organization Prepared By: Manish Kumar Prajapati PGT (Comp.Sc.) (First Shift) Kendriya Vidyalaya Bailey Road Patna-14 What is Computer? A computer is an electronic device that

More information

Introduction To Computers: Hardware

Introduction To Computers: Hardware Introduction To Computers: Hardware In this section of notes you will learn about the basic parts of a computer and how they work. What Is Hardware? A computer is made up of hardware. Hardware consists

More information

Mr. K Hinds 3 rd Form CSEC IT Section 1 IT Syllabus : Page 1. Definitions Information

Mr. K Hinds 3 rd Form CSEC IT Section 1 IT Syllabus :   Page 1. Definitions Information 2018: www.kumarhinds.net Page 1 Definitions Information Data The term Information refers to any meaningful communication or representation of knowledge; These include things such as facts, data or opinions

More information

Topic 4: Storage Devices

Topic 4: Storage Devices Topic 4: Storage Devices 4.1 Introduction A storage device is a computer peripheral which is used to store data and programs for a specific interval of time. A computer system usually contains several

More information

Dawood Public School Computer Studies Course Outline for Class VI. Course book- Right Byte 1 Fourth edition (Oxford University Press)

Dawood Public School Computer Studies Course Outline for Class VI. Course book- Right Byte 1 Fourth edition (Oxford University Press) Dawood Public School Computer Studies Course Outline for 2017-2018 Class VI Course book- Right Byte 1 Fourth edition (Oxford University Press) Month wise Distribution of Course Work August The Evolution

More information

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers LECTURE SCHEDULE 2 Units of Memory, Hardware, Software and Classification of Computers Units of Memory The memory unit is the principal storage of the computer. All the data and instructions that the computer

More information

Understanding Computers in a Changing Society

Understanding Computers in a Changing Society Understanding Computers in a Changing Society 5e Deborah Morley Learning Objectives 1. Understand how data is represented to a computer. 2. Identify several types of input devices and explain their functions.

More information

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition

Digital Planet: Tomorrow s Technology and You. George Beekman Ben Beekman. Tenth Edition Digital Planet: Tomorrow s Technology and You George Beekman Ben Beekman Tenth Edition Digital Planet: Tomorrow s Technology and You Chapter 3 Hardware Basics Peripherals Chapter 3 Objectives List several

More information

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan Management Information Systems Information Systems: Computer Hardware Dr. Shankar Sundaresan (Adapted from Introduction to IS, Rainer and Turban) OUTLINE Introduction The Central Processing Unit Computer

More information

Introduction to Computers and Applications

Introduction to Computers and Applications A World of Computers Introduction to Computers and Applications What is computer literacy? Knowledge and understanding of computers and their uses Computers are everywhere What Is a Computer? How is a

More information

Introduction to Computers

Introduction to Computers Introduction to Computers Considers: Definition of computer Computer system devices Central Processing Unit Introduction to software What Is A Computer? A computer is an electronic device, operating under

More information

Introduction To Computer Hardware

Introduction To Computer Hardware Introduction To Computer Hardware In this section of notes you will learn what are the basic parts of a computer and how they work. High Level View Of A Computer Buses Connect the different parts of the

More information

Discovering Computers 2012

Discovering Computers 2012 Discovering Computers 2012 Your Interactive Guide to the Digital World Edited by : Asma AlOsaimi The System Unit Memory The inside of the system unit on a desktop personal computer includes: Drive bay(s)

More information

Computer Devices Part 1 25 Question(s) Test ID:

Computer Devices Part 1 25 Question(s) Test ID: Computer Part 1 25 Question(s) Test ID: 148114 Name: Date: 1) Match the term with the definition Output s Storage How to tell it what to do Allows the user to enter information into a system, such as a

More information

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science 1.1 Bits and Bit Patterns CS11102 Introduction to Computer Science Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representation of information as bit patterns Bit: Binary

More information

Introduction To Computers: Hardware and Software

Introduction To Computers: Hardware and Software Page 1 Introduction To Computers: Hardware and Software In this section of notes you will learn about the basic parts of a computer and how they work. Page 2 What Is Hardware? A computer is made up of

More information

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer t et t et w Pai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer t t t t Computer A computer is an electronic device, operating under the control of instructions stored

More information

Computer System Overview

Computer System Overview Computer System Overview based on CBSE curriculum Class 11 By- Neha Tyagi PGT CS KV 5 Jaipur II Shift, Jaipur Region Neha Tyagi, KV 5 Jaipur II Shift Introduction Computer is a machine which brought resolution

More information

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication Technology in Action Complete, 13e (Evans et al.) Chapter 2 Looking at Computers: Understanding the Parts 1) Computers use language consisting of 0s and 1s. A) symbol B) binary C) byte D) system 2) In

More information

CMSC 1513 Lecture 1.2

CMSC 1513 Lecture 1.2 Key Point: A computer is an electronic device that stores and processes data. Hardware Software Hardware comprises the visible, physical elements of the computer. Software provides the invisible instructions

More information

Computer Concepts and C Programming. Unit I 06CCP13

Computer Concepts and C Programming. Unit I 06CCP13 Computer Concepts and C Programming () Unit I Unit Division Unit-I Introducing Computer Systems Interacting with Computer Unit-II Processing Data Storing Data Unit-III Using Operating Systems Networks

More information

Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition

Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition Microsoft Office 2007 (Brief Concepts and Techniques) Windows XP Edition I. Introduction to Computers a. Objectives i. Define the term computer and discuss the four basic computer operations; input, processing,

More information

UNIQUE IAS ACADEMY-COMPUTER QUIZ-11

UNIQUE IAS ACADEMY-COMPUTER QUIZ-11 1. Which of the following functions most like a copy machine: a) Portable Scanner b) Flatbed Scanner c) Touch Screen 2. A universal product code is read by what type of scanner: a) Bar - Code b) Flatbed

More information

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1A Name _ Midterm Review Part 1 Lesson 1 and 2 True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1. A computer is an electronic device that receives data (input),

More information

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1 Name Midterm Review Part 1 Lesson 1 and 2 "B" True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1. Eight bits are equal to one byte. 2. A computer is an electronic

More information

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information

Question. Announcement. Computer Hardware. Definition of a Computer. Essential Parts. The Box (CPU) input/output device that processes information Question Announcement What are the three essential components of a modern computer? Be general or specific Definition of a Computer A computer is an device that receives information (input), processes

More information

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Sahalsoftware college. Welcome To understanding Basic Computer Concept Welcome To understanding Basic Computer Concept 1 Chapter1: Understanding Computer Concepts What is a computer? A computer is a machine that takes in data, processes if following a set of instructions

More information

Programming Principles and Techniques

Programming Principles and Techniques Aptech Ltd Version 1.0 Page 1 of 11 Table of Contents Aptech Ltd Version 1.0 Page 2 of 11 Application Software Assembler American Standard Code for Information Interchange Arithmetic Logic Unit (ALU) Algorithm

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit Chapter 4 Objectives Differentiate among various styles of of system units Differentiate among the the various types of of memory Identify chips, adapter cards,

More information

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review Computing Concepts: Review Coding and Representation Computers represent all information in terms of numbers ASCII code: Decimal number 65 represents A RGB: (255,0,0) represents the intense red Computers

More information

Chapter 7. Input and Output

Chapter 7. Input and Output Chapter 7 Input and Output Introduction Do you ever wonder how information gets into your computer and comes out in a form you can use? Input devices convert what we understand into what the system unit

More information

**GE6151 COMPUTER PROGRAMMING**

**GE6151 COMPUTER PROGRAMMING** UNIT 1 INTRODUCTION TO COMPUTERS 1. What is a computer? The computer is an electronic machine that takes input from the user and processes it to generate the output in the form of useful information. 2.

More information

MEMORY BHARAT SCHOOL OF BANKING- VELLORE

MEMORY BHARAT SCHOOL OF BANKING- VELLORE A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed and instructions required for processing are

More information

COMPUTER SYSTEMS. Section 1

COMPUTER SYSTEMS. Section 1 COMPUTER SYSTEMS Section 1 BITS AND BYTES In order for information to flow through a computer system and be in a form suitable for processing, all symbols, pictures, or words must be reduced to a string

More information

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

More information

Discovering Computers 2008

Discovering Computers 2008 Discovering Computers 2008 Chapter 7 Storage 1 1 Chapter 7 Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic disks Describe the characteristics

More information

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link 1. Which function has the ability to move from one web page to another Hyper link web page? 2. What is the full name of GUI? GRAPHICAL USER INTERFACE 3. Which function keys are used to make spell and mild

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future 2008 Prentice-Hall, Inc. Computers Are Your Future Chapter 6 Inside the System Unit 2008 Prentice-Hall, Inc. Slide 2 What You Will Learn... Understand how computers represent

More information

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system Technology In Action, Complete, 14e (Evans et al.) Chapter 2 Looking at Computers: Understanding the Parts 1) What is the difference between data and information? A) Data represents a fact. Information

More information

Community Development and Training Centre Semester IT 245 Management Information Systems

Community Development and Training Centre Semester IT 245 Management Information Systems Community Development and Training Centre Semester 2 2006 IT 245 Management Information Systems Computer Hardware Chapter Summary Computer Systems. Major types and trends in computer systems are summarized

More information

Input and Output The McGraw-Hill Companies, Inc. All rights reserved.

Input and Output The McGraw-Hill Companies, Inc. All rights reserved. Define input. Describe keyboard entry including the different types of keyboards and keyboard features. Discuss pointing devices including mice, touch screens, joysticks, and styluses. Describe scanning

More information

What is Data Storage?

What is Data Storage? What is Data Storage? When we talk about storing data, we mean putting the data in a known place. We can later come back to that place and get our data back again. Writing data or saving data are other

More information

The personal computer system uses the following hardware device types -

The personal computer system uses the following hardware device types - EIT, Author Gay Robertson, 2016 The personal computer system uses the following hardware device types - Input devices Input devices Processing devices Storage devices Processing Cycle Processing devices

More information

Basic PC: How do you turn on this darn thing?

Basic PC: How do you turn on this darn thing? Basic PC: How do you turn on this darn thing? What is the computer? Basic PC: How do you turn on this darn thing? A computer is a device that accepts information and manipulates it for some result. It

More information

Chapter 7. Input and Output. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 7. Input and Output. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 7 Input and Output McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Competencies (Page 1 of 2) Define input Describe keyboard entry, pointing devices, and

More information

c. Compiler d. Program 9. To maximize a window means a. Fill it to capacity b. Expand it to fit the desktop c. Put only like files inside d.

c. Compiler d. Program 9. To maximize a window means a. Fill it to capacity b. Expand it to fit the desktop c. Put only like files inside d. SET 14 1. In Excel --- contains one or more worksheets a. Template b. Workbook c. Active cell d. Label 2. Which of the following is a popular programming language for developing multimedia web pages, websites

More information

2016 P C Basics Page 1

2016 P C Basics Page 1 PC Basics with Windows 10 Introduction to PCs Mercer County Library System Brian M. Hughes, County Executive A. The Equipment: External Hardware & Internal Hardware 1. CD-ROM CD-ROMs are compact discs,

More information

Hardware & Input/Output

Hardware & Input/Output Hardware & Input/Output CIT 100 Norm Downey Why Binary? Binary is a numbering system that uses only two digits 0 s and 1 s Electricity within a computer s circuitry can only be in one of two states: On

More information

Lecture Objectives. Introduction to Computing Chapter 0. Topics. Numbering Systems 04/09/2017

Lecture Objectives. Introduction to Computing Chapter 0. Topics. Numbering Systems 04/09/2017 Lecture Objectives Introduction to Computing Chapter The AVR microcontroller and embedded systems using assembly and c Students should be able to: Convert between base and. Explain the difference between

More information

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis.

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. MEMORY Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. There are TWO TYPE of nature of memory in a computer. Temporary/

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis p. 184 Fig.

More information

Sir Sadiq s computer notes for class IX. Chapter no 3. Input/Output Devices

Sir Sadiq s computer notes for class IX. Chapter no 3. Input/Output Devices 12 Q: What are Input Devices? Ans: Input Devices: Input devices are physical equipment that read or translate data consisting of alphabets, numbers or other symbols into electronic impulses, which can

More information

Discovering Computers Chapter 5 Input

Discovering Computers Chapter 5 Input Discovering Computers 2009 Chapter 5 Input Chapter 5 Objectives Define input List the characteristics of a keyboard Describe different mouse types and how they work Summarize how various pointing devices

More information